Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply options on missed keyring types #5404

Merged
merged 1 commit into from
Dec 13, 2019
Merged

Conversation

austinabell
Copy link
Contributor

Description

Missing options applied after changes from #5278. I apologize I was not thorough enough to test after the final update through the full flow. There was some logic changed just before the PR was merged in and after going through the complete flow of regenerating keys to test I noticed some cases were missed. I should have retested everything after each update, sorry.


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Dec 13, 2019

Codecov Report

Merging #5404 into master will not change coverage.
The diff coverage is 80%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5404   +/-   ##
=======================================
  Coverage   54.56%   54.56%           
=======================================
  Files         311      311           
  Lines       18756    18756           
=======================================
  Hits        10235    10235           
  Misses       7742     7742           
  Partials      779      779
Impacted Files Coverage Δ
crypto/keys/keyring.go 45.55% <100%> (ø) ⬆️
client/keys/utils.go 48.61% <66.66%> (ø) ⬆️

Copy link
Contributor

@alessio alessio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test against gaia. Then we'll merge.

EDIT: Changes look good per se though.

Copy link
Contributor

@alessio alessio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested against gaia locally. It works, hence merging.

@alessio alessio merged commit d7b0f4b into cosmos:master Dec 13, 2019
xiangjianmeng pushed a commit to xiangjianmeng/cosmos-sdk that referenced this pull request Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants